body {
  background-color: #fcf2ea !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: dana;
}

.waiter-open-modal-btn img {
  width: 100%;
  height: 100%;
}
.waiter-open-modal-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 12px;
  background: transparent;
  transition: 0.6s;
  outline: none;
  border: none;
  margin-left: 10px;
  margin-bottom: 5px;
}

#food_desc {
  padding: 0 16px;
  text-align: center;
  display: inline-block;
  width: 90%;
  margin: auto;
}

.first_page_buttons{
  display: flex; 
  gap: 10px;
}
.first_page_v2 .first-page__next{
  border-color: #191919 !important;
}

.gallery {
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 16px;
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 12px;
  font-weight: 400;
  gap: 46px;
}

#event {
  font-family: dana;
  position: fixed;
  background-color: #dc9442;
  top: -80px;
  z-index: 100;
  width: 100%;
  transition: 1s;
  opacity: 0;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#event p {
  text-align: center;
}
#event button {
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  font-family: inherit;
  background-color: transparent;
}
.container {
  position: relative;
  width: 700px;
  height: 100svh !important;
}

div#address, div#club, div#instagram{
  gap: 0px;
}
div#club img, div#website img  , div#address img  {
  width: 32px;
}
a#earth img {
  cursor: pointer;
}
#overlay{
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}
#overlay.earth div.modal-content{
  width: 350px;
  position: unset;
  top: unset;
  right: unset;
  background: rgba(255, 255, 255, 0.1); 
  z-index: 1;  
}
#overlay.earth div.modal-content div{
  min-height: fit-content !important;
}
#overlay.earth div.modal-content #close{
  align-items: baseline;
  padding-right: 7px;
}
#overlay.earth div.modal-content #close span{
  cursor: pointer;
}
#overlay.earth div.modal-content div.details{
  gap: 27px;
}
#overlay.earth .social-media{
  flex-direction: row;
  gap: 30px;
}
#overlay.earth .social-media a{
  cursor: pointer;
}
#overlay.earth #address{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 18px;
  font-size: 15px;
}
.modal-content,
#overlay.earth .social-media {
  overflow: visible;
}

/* base circle button */
#overlay.earth .social-media a{
  position: relative;            /* for pseudo-elements */
  width: 46px;                   /* outer diameter of the button */
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;                    /* above pseudo-elements */
  text-decoration: none;
  overflow: visible;             /* allow rings outside bounds */
  -webkit-backdrop-filter: none; /* avoid double blur issues */
}

/* white outer ring */
#overlay.earth .social-media a::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -38%);
  width: calc(43% + 12px);   /* slightly bigger than button */
  height: calc(43% + 12px);
  border-radius: 50%;
  background: transparent;
  border: 3px solid rgb(56 47 47 / 18%); /* bright thin ring */
  z-index: 0;
  pointer-events: none;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.25)); /* extra pop */
}

/* inner dark ring (between outer ring and icon) */
#overlay.earth .social-media a::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 69%;                 /* smaller ring inside */
  height: 69%;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;  /* dark inner ring */
  z-index: 1;
  pointer-events: none;
}

/* make sure the icon image stays on top and sized */
#overlay.earth .social-media a img{
  position: relative;
  z-index: 3;
  width: 25px !important;
  /* height: 25px !important; */
  display: block;
  object-fit: contain;
}
div#address div img{
  width: 25px !important;
}
#club img{
  margin-bottom: -1px;
}
#website img{
  margin-bottom: -3px;
}